home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / ffccflow / ffccflow.lha / ffccc+flow / ffccc / ALCAZA.h next >
Text File  |  1992-07-31  |  1KB  |  20 lines

  1.       COMMON/ALCAZA/SCROUT,SSTM,SNAM,SSTA,SSTR,SNEWST(100),SIMA(MXSIMD),
  2.      1      SNAMES(MXNAME),SCBVAR(MXNAME),SCBNAM(MAXGRP)
  3.       CHARACTER SCROUT*(MXNMCH),SSTM*(MXSSTM),SNAM*(MXSSTM),
  4.      1  SSTA*(MDIMST),SSTR*(MDIMST),SNEWST*(MXLINE),SIMA*(MXLINE),  
  5.      2  SNAMES*(MXNMCH),SCBVAR*(MXNMCH),SCBNAM*(MXNMCH) 
  6. *IF DEF,NEVER   
  7. *-----------------------------------------------------------------------
  8. *--- SCROUT = name of current routine being processed   
  9. *--- SSTM   = string containing all statement descriptions  
  10. *--- SNAM   = string containing all statement descriptors   
  11. *--- SSTA   = string containing the actual statement, col. 7-72 (all)   
  12. *--- SSTR   = temporary statement buffer during replacement 
  13. *--- SNEWST = temporary statement image buffer during reformatting  
  14. *--- SIMA   = string containing one complete routine
  15. *--- SNAMES = name list for global, routine, and statement names
  16. *--- SCBVAR = list of c.b. variables in one routine (ACTION(24))
  17. *--- SCBNAM = list of c.b. names in one routine 
  18. *-----------------------------------------------------------------------
  19. *EI 
  20.